Utility.getParameterValuesFromInputValues Method
Looks at an input form, uses getAllInputValuesForParameterValue(selector), and then parses that to create
dundas.data.ParameterValue objects for each value.
Parameters
- selector
-
Type: String
The jQuery type selector for the element (i.e. #form).
Return Value
Type: Array
ElementType: ParameterValue
An array with all the parameter value objects
created from the input values.